5 lines
52 B
Rexx
5 lines
52 B
Rexx
|
|
say 'DATE'()
|
||
|
|
Say date()
|
||
|
|
Exit
|
||
|
|
daTe: Return 'my date'
|