RosettaCodeData/Task/Interactive-programming-repl-/Brat/interactive-programming-repl-.brat

9 lines
161 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
$ 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