Browse Source

Update fileformat.md

show ## for end of line comment
pull/237/head
James 2 years ago committed by GitHub
parent
commit
c223fef4f4
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: @@ -25,6 +25,7 @@ Lets look at a simple example:
## Define variable x and y
x = 1//3
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:

Loading…
Cancel
Save