give some bundle reborn code so i can send the results
this is pretty how you are gonna test this, available commands are:
write [text] - write to the console (no new line)
writeln [text] - write to the console with a new line
clear - clears the console
ask [question] - prompts the user with [question]
def [variable] = [value] - defines a variable
wait [seconds] - pauses the script for [seconds] seconds
[variable] = [new value] - sets [variable] to [new value] (only works for defined vars)
random [start] [end] - sets "res" to a random number between [start] and [end]
${[variable]} - gets [variable] value (if [variable] exists)
# - literally a comment
brackets are not needed
error! line 1, "cool" is not a command!