Browse Source

Merge c223fef4f4 into a86869f703

pull/237/merge
James Fairbanks 1 week ago committed by GitHub
parent
commit
f444eac558
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      docs/src/fileformat.md

1
docs/src/fileformat.md

@ -25,6 +25,7 @@ Lets look at a simple example:
## Define variable x and y ## Define variable x and y
x = 1//3 x = 1//3
y = 2//5 y = 2//5
z = 3//5 ## z is 3//5 and this is an end of line comment
# When adding `x` and `y` together we obtain a new rational number: # When adding `x` and `y` together we obtain a new rational number:

Loading…
Cancel
Save