about summary refs log tree commit diff stats
path: root/js/baba-yaga/test-result.baba
blob: b5e9a2926020a6fea47d5a1cb9ee9588f29ea2df (plain) (blame)
1
2
3
4
// test-result.baba - Test what's being returned

result : io.callJS "Math.abs" [-42];
result;