Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Christoph Reichenbach
EDAP15-exercise-3
Commits
57db02ea
Commit
57db02ea
authored
Dec 04, 2020
by
Noric Couderc
Browse files
Fixed ambiguous term in exercise description
parent
82e28d9d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Exercise3.md
View file @
57db02ea
...
...
@@ -93,13 +93,13 @@ Note: change the output format to support this?
For example:
```
<
var-type
> <line-number> <column-number> -> obj <line-number> <column-number>
<
var-type
> <line-number> <column-number> -> null <line-number> <column-number>
<
update-kind
> <line-number> <column-number> -> obj <line-number> <column-number>
<
update-kind
> <line-number> <column-number> -> null <line-number> <column-number>
```
Here:
-
`<
var-type
>`
It represents the type non-null variable.
-
`<
update-kind
>`
It represents the type non-null variable.
-
if the variable is used as an index in array assignment print
`NI`
.
-
if the variable is an array, print
`NA`
.
-
Otherwise, print
`N`
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment