log
graph
tags
bookmarks
branches
changeset
browse
file
latest
diff
comparison
annotate
file log
raw
help
Mercurial Hosting
>
quickcalc
annotate README.md @ 0:
9bf878c59a1d
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
Finished
author
VilyaemKenyaz
date
Fri, 25 Aug 2023 13:42:00 -0400
parents
children
Ignore whitespace changes -
Everywhere:
Within whitespace:
At end of lines:
rev
line source
0
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
1
# QUICKCALC
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
2
Quickcalc is a program that is a simple integer based calculator, here are the
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
3
operators:
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
4
1 - Add
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
5
2 - Subtract
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
6
3 - Multiply
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
7
4 - Divide
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
8
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
9
Example of usage:
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
10
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
11
1 + 1 = 2
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
12
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
13
quickcalc 1 1 1
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
14
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
15
5 * 2 = 10
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
16
9bf878c59a1d
Finished
VilyaemKenyaz
parents:
diff
changeset
17
quickcalc 5 3 2