UNPKG
@revelmind/snippet
Version:
latest (1.0.1)
1.0.1
1.0.0
A library of free to use code snippets
github.com/RevelMind/codesnippets
RevelMind/snippet
@revelmind/snippet
/
docs
/
lua
/
read_file.md
2 lines
•
203 B
Markdown
View Raw
1
2
## Read File This script reads the file `hello_world.lua`
in
the same directory
as
the current script.
If
the file doesn
't exist, it outputs nothing. If the file does exist, it logs it to the console.