Untitled

Run Settings
LanguageRaku
Language Version
Run Command
use MONKEY-TYPING; class BTree { has $.left; has $.right } augment class Int { method CALL-ME($left, $right?) { BTree.new: :$left, :$right } } dd 5(4(11(7),2)),8(13,9(1))
Editor Settings
Theme
Key bindings
Full width
Lines