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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. 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) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "bahasa-simpl",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "description": "Bahasa pemrograman mini berbasis kata bahasa Indonesia",
5
5
  "exports": {
6
6
  ".": {