summaryrefslogtreecommitdiff
path: root/prolog/en.py
blob: 5fd881e14f6aae850e32115d8c31b34d9724a7a7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# coding=utf-8

hint = {
    'no_hint': '''\
<p>No hint available, sorry!</p>
''',

    'syntax_error': '''\
<p>Your code contains syntax errors! The Prolog compiler emitted the following messages:</p>
<pre>
[%=messages%]
</pre>
''',
}