lichen icon indicating copy to clipboard operation
lichen copied to clipboard

Pipe/Chain functions

Open viperscape opened this issue 7 years ago • 0 comments

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
;

viperscape avatar Aug 15 '17 13:08 viperscape