blob: 331754ecc5a101ea42afbd8c57482b079c651f57 [file] [log] [blame]
def a = 5
def b =9
print a+b
print a+;
print (+5)
print ("sdf"+'f')