0 Members and 1 Guest are viewing this topic.
what, you can use L1-L6 in apps lol
Zeros(100)->W.....1->{W}...
That level looks fantabulous and that greyscale looks pretty perfect!
It would only be SMC if you were referencing a pointer to within the program. Like...Code: [Select]Zeros(100)->W.....1->{W}...
:..:{r6-2}r→Q:.so Q is the size:!If r1-1:.INSERT:.inserts level at current point, moving the rest of the levels forward a level slot (384 bytes):GetCalc(Str0T,Q)→B:GetCalc(Str0L)→C:copy(C,B,Q):GetCalc(Str0L,Q+384)→C:copy(B,C,Q):31337→{Q+384→Q+C+1}r:End:!If r1-2:.DELETE:.deletes currently selected level, brings back levels afterwards one level slot:Q-384→Q:GetCalc(Str0T,Q)→B:GetCalc(Str0L)→C:copy(C,B,Q):GetCalc(Str0L,Q)→C:copy(B,C,Q):31337→{Q+r6}r:End