Skip to content
This repository has been archived by the owner on Jan 16, 2023. It is now read-only.

WI #54 Add Functions syntax page #65

Open
wants to merge 5 commits into
base: develop
Choose a base branch
from

Conversation

mayanje
Copy link

@mayanje mayanje commented Jul 22, 2019

No description provided.

@mayanje mayanje requested review from smedilol, maxime645 and fm-117 July 22, 2019 15:01
@mayanje mayanje self-assigned this Jul 22, 2019
```cobol
CALL myprocedure INPUT i1 BY CONTENT i2 i3 BY REFERENCE i4 i5
OUTPUT o1 o2
END-CALL.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

not correctly indented

#### Table of Contents
This page describes many rules regarding function or procedure declaration/call.
All these rules begin with **TCRFUN\_**.
* [Grammar reference](#grammar)
Copy link
Contributor

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

Copy link
Author

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...>

Copy link
Contributor

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.

Copy link
Author

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.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🎉

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants