make maps oop

This commit is contained in:
2023-04-08 15:34:15 +02:00
parent d1cd747e86
commit 644a78154e
33 changed files with 709 additions and 276 deletions

3
tests/csv_test.ar Normal file
View File

@@ -0,0 +1,3 @@
import "csv" as csv
term.log(csv.read("tests/test.csv"))