Talk:Suxesol

From Esolang
Jump to navigation Jump to search

Asking for clarifications:

  • Do "store" and "fetch" operate on an array of cells, something like popping n, popping x, and storing x in cell n (or popping n, and pushing the value from cell n)?
  • There's an 's' between brackets in "leave block(s)". Does that mean that it exits back to the main function? Or does it exit one block only? For instance if I write [[&]+], will the + be executed?
  • Does "output" work as "pop one number then output it", or "pop one number and output it as a char"? Does it pop at all?
  • In the String variant, are all numbers considered to be strings by the output function, or is there a distinction between numbers and strings?
    • If all numbers are considered strings, is there a specified mapping or is the result of 0{n times '+' here}. up to the implementation?

Thank you. --Koen (talk) 21:40, 18 November 2012 (UTC)

  • Access array of cells like you describe.
  • One block.
  • Pop and output number.
  • All numbers are considered strings by output function.
    • Up to implementation.
--Zzo38 (talk) 22:48, 18 November 2012 (UTC)