summaryrefslogtreecommitdiff
path: root/tests/examplefiles/erl/erl_session.output
blob: 0f7cdbe7fd34aef95889a2e0b084727b9b39d616 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
'1>'          Generic.Prompt
' '           Text
'io'          Name.Namespace
':'           Punctuation
'format'      Name.Function
'('           Punctuation
'"'           Literal.String
'Hello'       Literal.String
'\\n'         Literal.String.Escape
'"'           Literal.String
')'           Punctuation
'.'           Punctuation
'\n'          Text

'Hello\n'     Generic.Output

'ok\n'        Generic.Output

'2>'          Generic.Prompt
' '           Text
'fun'         Keyword
'('           Punctuation
'X'           Name.Variable
')'           Punctuation
' '           Text
'-'           Operator
'>'           Operator
' '           Text
'X'           Name.Variable
' '           Text
'+'           Operator
' '           Text
'1'           Literal.Number.Integer
' '           Text
'end'         Keyword
'.'           Punctuation
'\n'          Text

'#Fun<erl_eval.6.13229925>\n' Generic.Output

'3>'          Generic.Prompt
' '           Text
'123'         Literal.Number.Integer
' '           Text
'+'           Operator
' '           Text
'234'         Literal.Number.Integer
'.'           Punctuation
'\n'          Text

'357\n'       Generic.Output

'4>'          Generic.Prompt
' '           Text
'X'           Name.Variable
' '           Text
'='           Operator
' '           Text
'Y'           Name.Variable
'.'           Punctuation
'\n'          Text

"* 1: variable 'Y' is unbound\n" Generic.Traceback

'5>'          Generic.Prompt
' \n'         Text