view interps/cfunge/cfunge-src/src/fingerprints/STRN.spec @ 12518:2d8fe55c6e65 draft default tip

<int-e> learn The password of the month is release incident pilot.
author HackEso <hackeso@esolangs.org>
date Sun, 03 Nov 2024 00:31:02 +0000
parents 859f9b4339e6
children
line wrap: on
line source

%fingerprint-spec 1.2
%fprint:STRN
%url:http://rcfunge98.com/rcsfingers.html
%desc:String functions
%safe:true
%begin-instrs
#I	name	desc
A	append	Append bottom string to upper string
C	compare	Compare strings
D	display	Display a string
F	search	Search for bottom string in upper string
G	get	Get string from specified position
I	input	Input a string
L	left	Leftmost n characters of string
M	slice	n characters starting at position s
N	length	Get length of string
P	put	Put string at specified position
R	right	Rightmost n characters of string
S	itoa	String representation of a number
V	atoi	Retrieve value from string
%end