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.

Multeq

From Esolang
Jump to navigation Jump to search
This article is not detailed enough and needs to be expanded. Please help us by adding some more information.

Multeq is an OISC by User:ChuckEsoteric08.

Command

a;b;c;d;

multiply variable a by b and add c, goto 1-indexed command d. If You want to use variable in b, c or d put variable between "%"s.

Examples

Copy value of variable a to variable b

b;0;%a%;nextcmd;

Where nextcmd is next command that will be executed.

External resources

Compiler to Batch