make bindings-utilities more useful

This commit is contained in:
Jonathan Shook
2023-02-07 19:16:07 -06:00
parent 262ac17b98
commit da866eae6c

View File

@@ -21,10 +21,10 @@ bindings:
# The TypeOf() function tells you the java class of its input
typeof: TypeOf();
typeof: ToJavaInstant(); TypeOf();
# The Show() function provides a snapshot of what is in the thread-local
# variable map as a String
show: Show();
show: SaveLong('var42'); Show();