RosettaCodeData/Task/Variables/DM/variables-3.dm
2023-07-01 13:44:08 -04:00

4 lines
33 B
Text

var/x = 0
x = 10
var/y
y = "hi!"