Codebase list libmawk / d795acbe-6550-48e8-bd3c-ba9599955814/main src / example_apps / 15_call / out.ref
d795acbe-6550-48e8-bd3c-ba9599955814/main

Tree @d795acbe-6550-48e8-bd3c-ba9599955814/main (Download .tar.gz)

out.ref @d795acbe-6550-48e8-bd3c-ba9599955814/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