ArrayLang 2

by Tu rf

Version 2 (May 29, 2025)

Download (113 downloads)

A tool for generating array-based expressions, from a Python-like script, to be used in Variable Set block. Non-premium flow.

How to use:
Write code on the input like this:
```
array g[4]
##DEFINE a g[0]
##DEFINE b g[1]
##DEFINE c g[2]
##DEFINE i g[3]
##DEFINE n g[4]
c=a+b
a=b
b=c
i=i+1
```
And you should get this on the output when you click convert:
```
[g[1],(g[0]+g[1]),g[0]+g[1],g[3]+1]
```
Then go to the Variable set block, set the variable name as "g" and paste the output on the value.

Example codes are provided on the tool to help.

More information regarding the tool available here: https://github.com/RealOfficialTurf/ArrayLang-2

4.0 average rating from 5 reviews

5 stars
3
4 stars
0
3 stars
1
2 stars
1
1 star
0
Reports
0

Rate and review within the app in the Community section.