Output mode:

What output should the interpreter produce?
SAP Playground
Standard Output
Result
Keyword Use
set Setting a new variable
if Checking if a condition is true
otherwise If a condition is not true, do this instead
repeat n times Repeat a section of code n times
repeat until Repeat until a condition is not true
repeat forever Repeat forever
defineFunction Define a new reusable section of code
display Display a value on the screen
end Denotes the end of a section