Codebase list libmawk / 7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main src / example_apps / 15_call / out.ref
7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main

Tree @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/main (Download .tar.gz)

out.ref @7ab313a7-f14c-465a-bfe5-5a4585f9ed23/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