aboutsummaryrefslogtreecommitdiff
path: root/src/ellinika/tests/slice-el.scm
blob: 13b208468c665a59a10a56f0c891f9a6d04b0824 (plain)
1
2
3
4
5
6
7
8
(load-extension "./libelmorph" "scm_init_ellinika_elmorph_module")

(let ((word (string->elstr "παρακείμενος")))
  (display (elstr-slice word 4 2))
  (newline)
  (elstr-slice! word 4 2)
  (display word)
  (newline))

Return to:

Send suggestions and report system problems to the System administrator.