Document not found (404)
-This URL is invalid, sorry. Please use the navigation bar or search to continue.
- -diff --git a/book/.nojekyll b/book/.nojekyll deleted file mode 100644 index f173110..0000000 --- a/book/.nojekyll +++ /dev/null @@ -1 +0,0 @@ -This file makes sure that Github Pages doesn't process mdBook's output. diff --git a/book/404.html b/book/404.html deleted file mode 100644 index 6ad6315..0000000 --- a/book/404.html +++ /dev/null @@ -1,218 +0,0 @@ - - -
- - -This URL is invalid, sorry. Please use the navigation bar or search to continue.
- -There are commands of mathematic calclation.
-overview | explain |
---|---|
add (a: number, b: number) -> number | return the number that add a to b |
sub (a: number, b: number) -> number | return the number that subtract a to b |
mul (a: number, b: number) -> number | return the number that multiply a to b |
div (a: number, b: number) -> number | return the number that divide a by b |
This documentations describes details of Stack programming language.
---After this, language name is it says "Stack", and stack as data structure is it says "stack".
-
Stack's slogan is "The powerful script language designed with a stack oriented approach for efficient execution". It means Stack's execution logic is using stack, and Stack is very efficient.
-Stack has variety distributions for support many use-case. -Because if it doesn't split function each distributions, the binary will become very heavy. -So, There are a lot of Satck distributions.
-Reading this documents is ideals way to learn Stack. -Let's jump into the engaging Stack world!
- -