diff options
| author | EverythingWindows <[email protected]> | 2022-11-07 07:13:50 +0700 |
|---|---|---|
| committer | EverythingWindows <[email protected]> | 2022-11-07 07:13:50 +0700 |
| commit | 78525e6c04152957c5862ace155b90a9ac060002 (patch) | |
| tree | 6d4ec1b222eb866295c0c90bff52785a1d2175c3 /ShiftOS-TheRevival/Resources | |
| parent | e17103c363ce30c2baa6f3795177a4eeae1e535a (diff) | |
| download | shiftos-therevival-old-78525e6c04152957c5862ace155b90a9ac060002.tar.gz shiftos-therevival-old-78525e6c04152957c5862ace155b90a9ac060002.tar.bz2 shiftos-therevival-old-78525e6c04152957c5862ace155b90a9ac060002.zip | |
0.2.4 started
Diffstat (limited to 'ShiftOS-TheRevival/Resources')
| -rw-r--r-- | ShiftOS-TheRevival/Resources/man Manuals/bc.txt | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/ShiftOS-TheRevival/Resources/man Manuals/bc.txt b/ShiftOS-TheRevival/Resources/man Manuals/bc.txt index c710e86..249210e 100644 --- a/ShiftOS-TheRevival/Resources/man Manuals/bc.txt +++ b/ShiftOS-TheRevival/Resources/man Manuals/bc.txt @@ -1 +1,6 @@ -A basic command-line tool for simple calculation.
\ No newline at end of file +A basic command-line tool for simple calculation. + +example: +5*5+5 +8-3 +44/2
\ No newline at end of file |
