Simple Print Statement:
print("hello world") <- may or may not be stolen from py SHSHSHSH
Simple Varible:
var num = 5
Simple If Statement:
var num = 5
if num = 5 then
print("The number is 5!")
Simple For Loop:
for i = 0 to 5 then
print("its going up bois!")
end
test