Skip to content

FileHandle class not known in command-line MiniScript #198

@JoeStrout

Description

@JoeStrout

The result of a call like file.open is a FileHandle object, yet in command-line MiniScript, FileHandle is an unknown identifier. The class exists under the hood but we have no intrinsic reference to it. To reproduce, simply type:

FileHandle

at the REPL. You get an Undefined Identifier error.

(This works correctly in Mini Micro.)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions