Skip to content

Commit

Permalink
Update variables.md
Browse files Browse the repository at this point in the history
  • Loading branch information
x87 authored Aug 31, 2024
1 parent c4b500b commit 1755a3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/variables.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Variables are opposite to number and string literals. A _variable_ is a named storage for a value. A variable can store a number or a string. Its value can change over time through the operation called assignment. A variable can be assigned a literal or a value of another variable. For example:
A _variable_ is a named storage for a value. This value can change over time through the operation called assignment. A variable can be assigned a literal (e.g. a number or a string) or a value of another variable. For example:

```sb
int hour = 12
Expand Down

0 comments on commit 1755a3a

Please # to comment.