nilq / file

A high-level file library for Wu

Home Page:https://github.com/wu-lang/wu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

file

A high-level file library for Wu

Example

# example.wu

import file { File }

file := File from("example.wu")
print("file output:\n")
print(file read())

About

A high-level file library for Wu

https://github.com/wu-lang/wu

License:MIT License