~ubuntu-branches/debian/lenny/ucblogo/lenny

« back to all changes in this revision

Viewing changes to helpfiles/ashift

  • Committer: Bazaar Package Importer
  • Author(s): Hamish Moffatt
  • Date: 2001-09-02 15:15:21 UTC
  • Revision ID: james.westby@ubuntu.com-20010902151521-doo25fmfq7v3pxkg
Tags: upstream-5.1
ImportĀ upstreamĀ versionĀ 5.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
ASHIFT num1 num2
 
2
 
 
3
        outputs "num1" arithmetic-shifted to the left by "num2" bits.
 
4
        If num2 is negative, the shift is to the right with sign
 
5
        extension.  The inputs must be integers.
 
6