Category:PepsiScript

From Rosetta Code
Revision as of 07:39, 27 April 2020 by Childishbeat (talk | contribs) (The page has been created.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
This page is a stub. It needs more information! You can help Rosetta Code by filling it in!
Language
PepsiScript
This programming language may be used to instruct a computer to perform a task.
Type checking: Static


Listed below are all of the tasks on Rosetta Code which have been solved using PepsiScript.

PepsiScript is a programming language and the name of its official editor and its "virtual machine" that runs on top of Scratch, both originally released on February 12th, 2016 by Scratch user TheHeroTeam.

PepsiScript features the following commands:

Command Description
function Function.
print Prints text to the screen.
clearText Clears all text on the screen.
addCat Adds a picture of the Scratch cat to the screen.
moveCat Moves the picture of the Scratch cat a small amount to the right.
showCursorCircle Does nothing, not even toggle whether the circle around the cursor is showing or not.
//<message> Acts as a comment. Unlike every other command with choosable values, the command does not have to be chosen before the value.
compile Compiles the code. Unlike every other command, this command cannot be used in programs.

For each example, a version to type and a "compiled" version (the program is not actually compiled, "compiled" programs are essentially just pieces of code modified so they can be imported into the "virtual machine" (only the "virtual machine" supports importing or even running programs)) to import is provided so the code can be entered into the editor in any possible way without having to convert between one or the other.

Pages in category "PepsiScript"

The following 3 pages are in this category, out of 3 total.