lichen
lichen copied to clipboard
Pipe/Chain functions
Being able to chain functions would be a big plus
def sword
damage 2
;
def root
@player.sword new sword -> damage + 5 # build new sword and also increase its damage
;