-
Notifications
You must be signed in to change notification settings - Fork 0
WI #54 Add Functions syntax page #65
base: develop
Are you sure you want to change the base?
Conversation
```cobol | ||
CALL myprocedure INPUT i1 BY CONTENT i2 i3 BY REFERENCE i4 i5 | ||
OUTPUT o1 o2 | ||
END-CALL. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not correctly indented
content/i18n/en/docs/language/detailed-rules/typecobol-functions-syntax.md
Show resolved
Hide resolved
#### Table of Contents | ||
This page describes many rules regarding function or procedure declaration/call. | ||
All these rules begin with **TCRFUN\_**. | ||
* [Grammar reference](#grammar) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Links won't work with the removal of tags
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yes, I noticed that, this is strange because, it does not accept the syntax <a../> it accepts <a...>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, this is because Github was implementing a uncommon use of a, which is false HTML5 spoken. a tags are made to have something inside. Here we can write nothing, but we need to write an opening and a closing tag.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice to read your confirmation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🎉
No description provided.