blob: 3172a211dda76cbd7d26ce4681b676a107ec6612 (
plain)
1
2
3
4
5
6
7
8
9
10
|
# coding=utf-8
id = 164
name = 'digit/2'
slug = 'a decimal digit'
description = '''\
<p>Write a DCG with the starting symbol <code>digit</code> for the language defined by the set of words {0, 1, 2, 3, 4, 5, 6, 7, 8, 9}.</p>'''
hint = {}
|