Development | Hello Integers?
Last updated
Last updated
SkyLine aims to be modern in every way possible while also targeting an audience of cyber security practitioners and even newbies! Instead of a regular hell world program, well- we will still write a hello world program but we will actually get to doing this a bit differently. Lets just look at this example.
This is different to see, so what is going on here? Before we dive super deep into anything, the most important thing to know is all that the ToAscii()
invoke is doing is converting the integers within the array to their respective ASCII conversions. Lets look at a small tweak to this program. Keep in mind SkyLine is a interpreted and dynamically typed programming language :D.
Wait....Why was the output still "hello world?? One of the primary features of SkyLine is that on its back-end, in specific scenarios it can have a limit as to what is and what is NOT ignored within an array depending on the case. No, this does not mean that values within the array are erased rather the function on the back-end will ignore specific values and only parse integers. This can become helpful when you are only trying to extract specific pieces of the array and get a specific result or in the case of a malformed array.
This is a good introduction to the weirdness of SkyLine, hope your strapped in!