We are currently working on new rules for what content should and shouldn't be allowed on this website, and are looking for feedback! See Esolang:2026 topicality proposal to view and give feedback on the current draft.

Talk:Copy

From Esolang
Jump to navigation Jump to search

What happens when an <m|n> instruction ends with -, e.g. does <2|2>.- output 0 or nothing? –PkmnQ (talk) 18:40, 20 August 2026 (UTC)

recursively called instructions can't skip beyond their own scopes. here <2|2> has only a scope of only "-" so it cannot skip anything, thus outputs 0.Cleverxia (talk) 00:07, 21 August 2026 (UTC)