source: examples/fruits_rt2_typed/creds_dump @ 36b100a

mei_rt2mei_rt2_fix_1meiyap-rt1rt2
Last change on this file since 36b100a was 36b100a, checked in by Mei <mei@…>, 12 years ago

1) fix up fruits_rt2_typed example to test different types of strings

as oset term

2) fix the abac_pl_yap.c's _abac_yap_query so the first term if given

a literal string will use ReadBuffer? instead of MkAtomTerm?

  • Property mode set to 100644
File size: 230 bytes
Line 
1 pRalphs.fruitprice(1.50) <- 'apple'
2 pRalphs.fruitprice(2.50) <- 'black rasberry'
3 pRalphs.fruitprice(0.50) <- 'navel orange'
4 pBob.what2eat <- pRalphs.fruitprice(P:[1.00..5.00])
5 pMary.what2eat <- pRalphs.fruitprice(P:[..2.00])
Note: See TracBrowser for help on using the repository browser.