about summary refs log tree commit diff stats
path: root/original_jonesforth/test_number.f
blob: 846347fad44348e41af618938e465026ae9ed0c5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
( -*- text -*- )

: TEST
	123                                . CR
	[ HEX -7F ] LITERAL      DECIMAL   . CR
	[ HEX 7FF77FF7 ] LITERAL HEX       . CR
	[ HEX -7FF77FF7 ] LITERAL 2 BASE ! . CR
	[ 2 BASE ! 1111111111101110111111111110111 ] LITERAL HEX . CR
;

DECIMAL ( restore immediate-mode base )
to "/usr/lib/python2.6/site-packages/ranger". Ensure that the path is listed by the command: python -c 'import sys; print("\n".join(sys.path))' 3. Optionally, you can activate an extra feature: When you exit ranger, the directory of the current shell can be changed to the last visited directory in ranger. To do so, add this alias to your shell rc file: alias rng="source ranger ranger" (Unfortunately this feature is shell dependent. It has been successfully tested with BASH and ZSH only.)