Codebase list libmawk / f694964d-46cb-42e8-af1b-824470af934a/main src / example_apps / 15_call / out.ref
f694964d-46cb-42e8-af1b-824470af934a/main

Tree @f694964d-46cb-42e8-af1b-824470af934a/main (Download .tar.gz)

out.ref @f694964d-46cb-42e8-af1b-824470af934a/mainraw · history · blame

1
2
3
4
5
6
script: BEGIN
script: foo(42,1.234,test string1.)
app: return value of foo is '43.234000'
script: foo(42,1.234,test string2.)
app: return value of func foo '43.234000'
script: END