RosettaCodeData/Task/Variables/Rascal/variables-5.rascal

5 lines
115 B
Text
Raw Permalink Normal View History

2013-04-11 01:07:29 -07:00
rascal>int month = 12;
int: 12
rascal>month ="December";
|stdin:///|(7,10,<1,7>,<1,17>): Expected int, but got str