nc Range
range(start, end) in src/range.js is off by one — range(1, 5) should be [1,2,3,4] but it returns [1,2,3,4,5], wrongly including the end value. Fix it.when to use it
Community prompt sourced from the open-source GitHub repo elon-choo/fablever (MIT). A "nc Range" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
elon-choo/fablever · MIT