Menu

[r246]: / XSTRVAR.MPL  Maximize  Restore  History

Download this file

11 lines (8 with data), 141 Bytes

##LIBSTD

SAY.HELLO(S;B%.STR.) [
  PUTS(STRCAT(STRCAT(STRCPY(B$,"HELLO "),S),"."))
]

.() [
  SAY.HELLO("MPL PROGRAMMER");
  123
]
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.