diff options
| author | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-05 20:52:33 +0000 | 
|---|---|---|
| committer | AidenRushbrooke <72034940+AidenRushbrooke@users.noreply.github.com> | 2021-12-05 20:52:33 +0000 | 
| commit | 1709cb30fbdecff9cb78ad65b06792f1b6cee3fa (patch) | |
| tree | f99efb0bb9b101e21b1f365f61e26b4d3510d91f /src/examples | |
| parent | 9e6c89f1fa93287104381e02f0bbbdd6060a9382 (diff) | |
| download | esotericFORTRAN-1709cb30fbdecff9cb78ad65b06792f1b6cee3fa.tar.gz esotericFORTRAN-1709cb30fbdecff9cb78ad65b06792f1b6cee3fa.zip | |
Updated report grammar
Diffstat (limited to 'src/examples')
| -rw-r--r-- | src/examples/example.ft | 3 | 
1 files changed, 2 insertions, 1 deletions
| diff --git a/src/examples/example.ft b/src/examples/example.ft index ab5143d..3d6f5f2 100644 --- a/src/examples/example.ft +++ b/src/examples/example.ft @@ -4,8 +4,9 @@ int::b  int::c  a=2+3  b=3 -c=power(a,b) +c=a**b  print*,c +  end program example | 
