Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
micro(A)v11
#91
Looking good! with fonts Aurel Smile
b = b + ...
Reply
#92
thanks Mark Wink
Reply
#93
I will upload lates release here

PS..IF something not work ..let me known. Smile


Attached Files
.rar   microAv11_9_2023.rar (Size: 2.16 MB / Downloads: 30)
Reply
#94
Function test with string type as param (v12)
Code: (Select All)
' function with arguments /draw circles
wcolor 0,0,0 : mode 1
var g : g = 50 : str s : s = "Draw->"
fcolor 150,240,150 :print 5,10,"global:": print 100,10,g : swap
' func call with params...
myFn(200, 200, g*2, s)

func myFn(var a,var b, var c , str s2)
str s3 :
  fcolor 250,200,150
  circle a,b,c
  while c > 2
    circle a,b,c
    c=c-2
    swap
  wend
'string concat
s3 = s2 + "Circles"
print 10,250,s3 : swap
endFn


Attached Files Image(s)
   
Reply
#95
in case someone is interested
https://discord.gg/ANsRUPy
Reply
#96
Hello

First release of micro(A) with UserDefinedFunctions

v12


Attached Files
.zip   microAEditor.zip (Size: 3.32 MB / Downloads: 10)
Reply
#97
Congrats, UDF a major milestone for interpreter developers!
b = b + ...
Reply
#98
UDF... Big Grin 

maybe UDT ...like RCbasic ..nOOb still working on

who knows Angel
Reply




Users browsing this thread: 1 Guest(s)