Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(1) | Call(1) | Derive(0) | Import(0)
A Concurrent Befunge-93 board
src/b/e/befungee-HEAD/befungee.py befungee(Download)
board.pointer.x, board.pointer.y = options.x, options.y elif options.mode == "cb93": board = boards.ConcurrentBefunge93Board(options.width, options.height, options.debug, options.debugdelay) board.pointers[0].x, board.pointers[0].y = options.x, options.y else: