Files
RCBASIC4/doc/files/push_n.html
2024-12-14 15:28:03 -05:00

20 lines
384 B
HTML

<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="style.css">
<meta content="text/html; charset=UTF-8" http-equiv="content-type">
<title>Push_N [RCBasic Doc] </title>
</head>
<body>
<p><h2>sub Push_N( num_stack, n ) </h2></p>
<p>
Pushes a number onto a number stack
</p>
<br><p>Related:
<a href="pop_n.html">Pop_N</a>
</p>
<p>
</body>
</html>