RosettaCodeData/Task/Include-a-file/M2000-Interpreter/include-a-file-2.m2000

11 lines
152 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
\\ we can delete global
Module Global alfa {
Print "this is alfa"
X=10
}
Module Checkit {
Inline Code alfa
Print X=10
}
Checkit