about summary refs log tree commit diff stats
path: root/js/baba-yaga/debug-test.baba
blob: 7025a99b60f9c6bd35ba64afe6218636d86142d8 (plain) (blame)
1
2
3
4
// debug-test.baba - Debug what's actually returned

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