6 lines
120 B
Text
6 lines
120 B
Text
apple = 0
|
|
banana = 1
|
|
cherry = 2
|
|
see "apple : " + apple + nl
|
|
see "banana : " + banana + nl
|
|
see "cherry : " + cherry + nl
|