RosettaCodeData/Task/Variables/DM/variables-3.dm
2017-09-25 22:28:19 +02:00

4 lines
33 B
Text

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