Module lfe_io

Function Index

format/2
format/3
format1/2
fwrite/2
fwrite/3
fwrite1/2
parse_file/1
prettyprint/1
prettyprint/2
prettyprint1/1
prettyprint1/2
prettyprint1/3
prettyprint1/4
print/1
print/2
print1/1
print1/2
read/0
read/1
read/2
read_file/1
read_line/0
read_line/1
read_line/2
read_string/1
scan_sexpr/2
scan_sexpr/3

Function Details

format/2

format(F, As) -> any()

format/3

format(Io, F, As) -> any()

format1/2

format1(F, As) -> any()

fwrite/2

fwrite(F, As) -> any()

fwrite/3

fwrite(Io, F, As) -> any()

fwrite1/2

fwrite1(F, As) -> any()

parse_file/1

parse_file(Name) -> any()

prettyprint/1

prettyprint(S) -> any()

prettyprint/2

prettyprint(Io, S) -> any()

prettyprint1/1

prettyprint1(S) -> any()

prettyprint1/2

prettyprint1(S, D) -> any()

prettyprint1/3

prettyprint1(S, D, I) -> any()

prettyprint1/4

prettyprint1(S, D, I, L) -> any()

print/1

print(S) -> any()

print/2

print(Io, S) -> any()

print1/1

print1(S) -> any()

print1/2

print1(S, D) -> any()

read/0

read() -> any()

read/1

read(Prompt) -> any()

read/2

read(Io, Prompt) -> any()

read_file/1

read_file(Name) -> any()

read_line/0

read_line() -> any()

read_line/1

read_line(Prompt) -> any()

read_line/2

read_line(Io, Prompt) -> any()

read_string/1

read_string(Cs) -> any()

scan_sexpr/2

scan_sexpr(X1, Cs) -> any()

scan_sexpr/3

scan_sexpr(X1, Cs, L) -> any()


Generated by EDoc