~ chicken-core (chicken-5) fdf3caf364055b4147d1cacc62d2ad6598998267
commit fdf3caf364055b4147d1cacc62d2ad6598998267 Author: Mario Domenech Goulart <mario.goulart@gmail.com> AuthorDate: Thu Dec 8 15:16:59 2011 -0200 Commit: Mario Domenech Goulart <mario.goulart@gmail.com> CommitDate: Thu Dec 8 15:16:59 2011 -0200 Note to the manual about the chicken version that introduces `subvector' diff --git a/manual/Unit library b/manual/Unit library index 23661933..0c3cc81c 100644 --- a/manual/Unit library +++ b/manual/Unit library @@ -983,6 +983,8 @@ contents are initialized to some unspecified value. Returns a new vector with elements taken from {{VECTOR}} in the given range. {{TO}} defaults to {{(vector-length VECTOR)}}. +{{subvector}} was introduced in CHICKEN 4.7.2. + === The unspecified valueTrap