zachgates / Gogh

An esoteric, stack-based language
8 stars 1 forks source link

added sequence function #6

Closed vihanb closed 8 years ago

vihanb commented 8 years ago

The opcode is: Q. this takes an integer (STOS) and a code block (TOS). It will return the nth number for which TOS returns truthy.

Hopefully I explained that clearly.