vighnesh153 / spl

SPL (Simple Programming Language), a friendly neighborhood programming language.
https://vighnesh153.dev/projects/spl
4 stars 1 forks source link

Addition of some native functionality to enhance user experience. #3

Open vighnesh153 opened 4 years ago

vighnesh153 commented 4 years ago

Global native? functions and variables to help with programming. Examples:

Concatenate() -> to merge multiple strings or array

Length() -> to get the length of a string or an array

StringCompare()

Random()

StringAsArray()

Math_PI ( 3.14 wala)

Math_E ( euler's number )