We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adfb04e commit d33b1abCopy full SHA for d33b1ab
doc/FAQ.md
@@ -4,7 +4,7 @@
4
5
> **Q: Is powscript a programming language **
6
7
-> A: not really.
+> A: not really.
8
9
> **Q: What do i need to run powscript?**
10
doc/json.md
@@ -1,4 +1,4 @@
1
-# JSON
+# JSON
2
3
JSON is a very popular format.
While there are great utilities like `jq`, powscript also supports basic json:
doc/reference.md
@@ -42,7 +42,7 @@ foo one two
42
<pre>
43
<code>
44
foo(a b @extra)
45
- echo a=$a b=$b
+ echo a=$a b=$b
46
if set? extra
47
echo first: $extra[0]
48
echo all: $extra[@]
0 commit comments