5 lines
124 B
Text
5 lines
124 B
Text
to mytest :arg1 :arg2
|
|
test :arg1 = :arg2
|
|
iftrue [print [Arguments are equal]]
|
|
iffalse [print [Arguments are not equal]]
|
|
end
|