blob: 772e8159b018d544242a3122d4b3b150ca83c30d [file] [log] [blame]
% ------------------------------------------------------------------------------
% Copyright (c) 2010, 2020 Contributors to the Eclipse Foundation
%
% See the NOTICE file(s) distributed with this work for additional
% information regarding copyright ownership.
%
% This program and the accompanying materials are made available under the terms
% of the MIT License which is available at https://opensource.org/licenses/MIT
%
% SPDX-License-Identifier: MIT
% ------------------------------------------------------------------------------
\begin{rail}
WriteStatement : ( WRITEKW | WRITELNKW )
PAROPENTK ( () | ( [1] FileExpression COMMATK ) )
( [2] LexicalString ) ( COMMATK + Expression ) PARCLOSETK
;
\end{rail}