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

8 lines
161 B
Text

$ brat
# Interactive Brat
brat:1> f = { a, b, s | a + s + s + b }
#=> function: 0xb737ac08
brat:2> f "Rosetta" "Code" ":"
#=> Rosetta::Code
brat:3> quit
Exiting