5 lines
36 B
Text
5 lines
36 B
Text
|
|
time(foo)={
|
||
|
|
foo();
|
||
|
|
gettime();
|
||
|
|
}
|