Variables (miscellaneous)

Here are some special values not mentioned before.


Alphabet

nametype
alphabetlist
All 26 lowercase letters of the English alphabet.

Arguments

nametype
argumentslist
Additional arguments of the Perun2 process. They can be attached to it when Perun2 is called from the command-line.

Ascii

nametype
asciilist
256 characters from the standard ASCII table. Non-printable characters are represented here by spaces.

Desktop

nametype
desktopstring
Absolute path to the desktop of currently logged-in user.

Downloads

nametype
downloadsstring
Absolute path to the place where files downloaded from the Internet land by default.

Index

nametype
indexnumber
This is current turnover of the loop (starting from 0).

Location

nametype
locationstring
Absolute path to current working location. This value changes within the inside structures.

NaN

nametype
nannumber
Value representing a wrong number. For example, division by zero results in NaN.

Nothing

nametype
nothinglist
This is an empty list.

Origin

nametype
originstring
Absolute path to the working location this program started with.

Pendrive

nametype
pendrivestring
Absolute path to the first external drive currently connected to the computer. Empty string if there is nothing connected.

Pendrives

nametype
pendriveslist
This is a list of absolute paths to all external drives currently connected to the computer.

Success

nametype
successbool
This value indicates whether the previous core command or process has succeeded.

This

nametype
thisstring

This variable refers to current element while iterating over a collection. It is always a string.