Project

General

Profile

Bug #787

List Bank is no longer working. (Transpiles incorrectly.)

Added by Brian Flanagan almost 3 years ago. Updated over 2 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
06/23/2021
Due date:
% Done:

0%

Estimated time:
1:00 h
Affected version:

Description

This used to work in both manifests.
Now it transpiles incorrectly.

List Bank

Transpiles as:

aoz.banks.listBank(%bankIndex);

Which causes it to fail with: Unexpected token %

It probably should transpile as:

aoz.banks.listBank();

(It works that way, but the output is formatted improperly.)

Also available in: Atom PDF