RosettaCodeData/Task/Interactive-programming-repl-/BASIC/interactive-programming-repl-.basic
2023-07-01 13:44:08 -04:00

2 lines
75 B
Text

10 DEF FN f$(a$, b$, s$) = a$+s$+s$+b$
PRINT FN f$("Rosetta", "Code", ":")