Posts by adalbermirom • 86 points
3 posts
-
1
votes2
answers151
viewsA: How to convert a string to hexadecimal?
The function string.formate is similar to sprintf() of C. In Prisma, it formats a string with various arguments and returns the formatted string; ex: s = string.formate("time: %02d:%02d n",6,30);…
prismaanswered adalbermirom 86 -
1
votes1
answer65
viewsA: Prisma - How to handle semicolon files "csv"?
I created a function that processes the string as it is in your question, did not read the file, put the string straight, but just adapt according to your need: (Note: double brackets are used for…
prismaanswered adalbermirom 86 -
5
votes4
answers4874
viewsA: Is there a programming language in Portuguese? If so, what are they applied to?
There is the prism project which is a modification of the Lua 5.2 fonts. A language interpreted with statements in English. Has access to Sqlite3 and Mysql database, very basic graphical interface;…