Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c5d0d79

Browse files
committed
make access obsolete
1 parent 503b2e8 commit c5d0d79

2 files changed

Lines changed: 4 additions & 8 deletions

File tree

Doc/ref/ref6.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,8 @@ \section{The {\tt access} statement} \label{access}
506506
access_stmt: "access" ...
507507
\end{verbatim}
508508

509-
This statement will be used in the future to control access to
510-
instance and class variables. Currently its syntax and effects are
511-
undefined; however the keyword \verb@access@ is a reserved word for
512-
the parser.
509+
This statement is obsolete. It no longer generates any code; in the
510+
future, \verb@access@ will no longer be a reserved word.
513511

514512
\section{The {\tt exec} statement} \label{exec}
515513
\stindex{exec}

Doc/ref6.tex

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -506,10 +506,8 @@ \section{The {\tt access} statement} \label{access}
506506
access_stmt: "access" ...
507507
\end{verbatim}
508508

509-
This statement will be used in the future to control access to
510-
instance and class variables. Currently its syntax and effects are
511-
undefined; however the keyword \verb@access@ is a reserved word for
512-
the parser.
509+
This statement is obsolete. It no longer generates any code; in the
510+
future, \verb@access@ will no longer be a reserved word.
513511

514512
\section{The {\tt exec} statement} \label{exec}
515513
\stindex{exec}

0 commit comments

Comments
 (0)