Replace ! with a function call writei

This commit is contained in:
2024-03-19 09:35:50 +01:00
parent 688557b012
commit 4af742ab02
25 changed files with 315 additions and 159 deletions

View File

@@ -1,3 +1,3 @@
const a = 1, b = 2;
! a + b
writei(a + b)
.