1
0
Fork 0
forked from fun/fun

Added sha384.fun to std library and alot of fixes. (0.16.3)

This commit is contained in:
Johannes Findeisen 2025-10-01 19:08:08 +02:00
commit 17241b2401
18 changed files with 820 additions and 314 deletions

View file

@ -9,6 +9,8 @@
* https://opensource.org/license/apache-2-0
*/
include <strings.fun>
fun foo()
print("Have fun!")
print("Having fun... forever.")
@ -17,6 +19,8 @@ print("Typeof foo(): " + typeof(foo))
print("Yay, the playground for having fun... ;)")
print(string_to_bytes_ascii("Have Fun!"))
number n = 23
// Every type MUST be lowercase. Sint* must be sint*.
print(n)