forked from AbleScript/ablescript
Better comment
This commit is contained in:
parent
76e5fb9043
commit
ae3a7b7c8a
|
@ -381,7 +381,7 @@ impl<'source> Parser<'source> {
|
|||
|
||||
/// Parse BF function declaration
|
||||
///
|
||||
/// `bff $iden $((tapelen))? { ... }`
|
||||
/// `bff $iden ([tapelen]) { ... }`
|
||||
fn bff_flow(&mut self) -> Result<StmtKind, Error> {
|
||||
let iden = self.get_iden()?;
|
||||
|
||||
|
|
Loading…
Reference in a new issue