Skip to content

Scope/closure ref issue #291

@pfitzseb

Description

@pfitzseb
function readfile(svname)
    algrtm="unknown"
    rbc="unknown"

    open(svname) do io
         algrtm = readuntil(io,'-')
         readline(io)
         rbc = readuntil(io,'-')
    end

    return algrtm, rbc
end

image

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions