Skip to content

Instantly share code, notes, and snippets.

View pxeger's full-sized avatar
🎩
he/him

Patrick Reader pxeger

🎩
he/him
View GitHub Profile
- element: '+'
name: add
arity: 2
description: adds the top two items on the stack
num-num: a + b
num-str: str(a) + b
str-num: a + str(b)
str-str: a + b
vectorise: true
tests: