Online YaBasic Compiler
										
										
let x = 20
let y = 40
let z = x + y

print "sum of x + y = ", z
                                
                                

Output Results

										
sum of x + y = 60