bahasa-simpl 1.0.15 → 1.0.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -58,7 +58,7 @@ cetak "Halo Dunia!"
|
|
|
58
58
|
- Menjalankan `simpl` dan mencetak output programnya ke layar.
|
|
59
59
|
|
|
60
60
|
## Contoh `simpl`
|
|
61
|
-
Tur lebih lengkap ada dalam [Tur Sintaks Simpl](https://github.com/faeiz-ff/simpl/blob/main/docs/tur.md)
|
|
61
|
+
Tur lebih lengkap ada dalam [Tur Sintaks Simpl](https://github.com/faeiz-ff/simpl/blob/main/docs/tur-sintaks.md)
|
|
62
62
|
- `mesin` akar dua
|
|
63
63
|
```simpl
|
|
64
64
|
mesin akar2 ==> (angka n) {
|