Plan 9 from Bell Labs’s /usr/web/sources/contrib/fgb/root/sys/src/cmd/4th/lib/quotes.4th

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


\ 4tH library - -QUOTES - Copyright 2004,2007 J.L. Bezemer
\ You can redistribute this file and/or modify it under
\ the terms of the GNU General Public License

\ strip leading and trailing quotes from a string
\ leave an addr/count string result

[UNDEFINED] -quotes [IF]
: -quotes                              ( a1 n1 -- a2 n2)
  2dup over c@ >r 1- chars + c@ r> over = over [char] "  = rot [char] '  =
  or and if chop 1- then
;
[THEN]


Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.