Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
micro(A)v11
#91
Looking good! with fonts Aurel Smile
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
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: 130)
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 Thumbnail(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: 118)
Reply
#97
Congrats, UDF a major milestone for interpreter developers!
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply
#98
UDF... Big Grin 

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

who knows Angel
Reply
#99
..incoming version 12


Attached Files Thumbnail(s)
   
Reply
@aurel is that you in avatar or are you taking after Pete? a fan of old Westerns Smile
  724  855  599  923  575  468  400  206  147  564  878  823  652  556 bxor cross forever
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  micro(A) demo game: Ghost&Coin aurel 6 379 01-12-2026, 02:55 PM
Last Post: aurel
  micro(A) demo : Santa Cutter aurel 5 404 01-02-2026, 12:12 PM
Last Post: aurel
Photo SVG lines to micro(A) string array initialization mnrvovrfc 2 748 08-03-2023, 12:35 PM
Last Post: aurel

Forum Jump:


Users browsing this thread: 1 Guest(s)