Basics
Concatenative Programming
Prowl is a stack-based programming language. If you are not familiar with the paradigm, I would recommend you learn about it first by checking out some of the links in the introduction before moving on.
Comments
Let's begin our tour of the language with the comment syntax.
/* This is a comment */
/* Comments are
multiline */
/* Comments can be /* nested */*/