[svn:parrot] r48523 - branches/substr_eq_at/src/ops
coke at svn.parrot.org
coke at svn.parrot.org
Mon Aug 16 13:25:44 UTC 2010
Author: coke
Date: Mon Aug 16 13:25:43 2010
New Revision: 48523
URL: https://trac.parrot.org/parrot/changeset/48523
Log:
Add a pod description for this opcode.
Modified:
branches/substr_eq_at/src/ops/experimental.ops
Modified: branches/substr_eq_at/src/ops/experimental.ops
==============================================================================
--- branches/substr_eq_at/src/ops/experimental.ops Mon Aug 16 04:11:39 2010 (r48522)
+++ branches/substr_eq_at/src/ops/experimental.ops Mon Aug 16 13:25:43 2010 (r48523)
@@ -417,6 +417,10 @@
=item B<substr_eq_at>(out INT, in STR, in STR, in INT)
+A C<cmp>-style string comparison, where the first argument is a substring
+of $2, beginning at offset $4, for the length of $3. The second argument
+is $3 with no modifications.
+
=cut
op substr_eq_at(out INT, in STR, in STR, in INT) {
More information about the parrot-commits
mailing list