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

5 lines
115 B
Text
Raw Permalink Normal View History

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