All public logs
From OnixOS
Combined display of all available logs of OnixOS. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 09:54, 11 August 2024 Tedaryum talk contribs created page Functions (Created page with "= itostr = Convert integer to string. But strings and integers not connect with plus iteration (Ex: “Hello”+0 => imposible need to convert 0 or “Hello” to string or integer in IRL[In real life]). For example; <code>def i = 0; # => 0 def str = itostr(i) # => "0"</code> = len = Gives something to length. Sometimes usefull for length calculation. Easy to use. Example; <code>def arr = [1,2,3,4,5] def lenArr = len(arr) # => 5</code> = first = All objects gi...") Tag: Visual edit